home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / director / evalcopy / director.z / NAVIGATR.DIR / 00489_Field_489.txt < prev    next >
Text File  |  1994-06-14  |  123b  |  10 lines

  1. MECH ,  83
  2. on exitFrame
  3.   if the clickOn = 3 then
  4.     go the frame + 1
  5.   else 
  6.     go the frame - 1
  7.   end if
  8. end
  9.  
  10.